From: Sergey Ponomarev Date: Thu, 3 Aug 2023 14:48:58 +0000 (+0300) Subject: luci-app-vpnc: Remove LUA_TARGET X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=1eb42fbbce3f8ed2dd999de40eb6b5ef3e3e2750;p=project%2Fluci.git luci-app-vpnc: Remove LUA_TARGET The app was migrated to JS so the LUA_TARGET is not needed. Also remove LUCI_PKGARCH:=all which is anyway a default. Signed-off-by: Sergey Ponomarev --- diff --git a/protocols/luci-proto-vpnc/Makefile b/protocols/luci-proto-vpnc/Makefile index 0800e279fe..33222842a2 100644 --- a/protocols/luci-proto-vpnc/Makefile +++ b/protocols/luci-proto-vpnc/Makefile @@ -8,13 +8,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for VPNC VPN LUCI_DEPENDS:=+vpnc -LUCI_PKGARCH:=all PKG_MAINTAINER:=Daniel Dickinson PKG_LICENSE:=Apache-2.0 -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature